home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / apfelkiste / apfelkiste1.3 / source / apfelkiste1.3src.lzh / Apf2.h < prev    next >
C/C++ Source or Header  |  1991-06-13  |  2KB  |  66 lines

  1. /************************************************************************/
  2. /* Apf2.h --- All the stuff needed for the "About" requester        */
  3. /************************************************************************/
  4.  
  5. struct IntuiText IText_3_10 = {
  6.     1, 0, JAM2, 7, 123, NULL,
  7.     (UBYTE *) "Jochen, Raimund, H-G-S & Markus.", NULL
  8. };
  9.  
  10. struct IntuiText IText_3_9 = {
  11.     1, 0, JAM2, 6, 113, NULL,
  12.     (UBYTE *) "Greetings to Massa, Bolle, Lars,", &IText_3_10
  13. };
  14.  
  15. struct IntuiText IText_3_8 = {
  16.     1, 0, JAM2, 5, 100, NULL,
  17.     (UBYTE *) "are left unchanged.", &IText_3_9
  18. };
  19.  
  20. struct IntuiText IText_3_7 = {
  21.     1, 0, JAM2, 6, 91, NULL,
  22.     (UBYTE *) "this requester and the docs", &IText_3_8
  23. };
  24.  
  25. struct IntuiText IText_3_6 = {
  26.     1, 0, JAM2, 6, 81, NULL,
  27.     (UBYTE *) "whatever you want, as long as", &IText_3_7
  28. };
  29.  
  30. struct IntuiText IText_3_5 = {
  31.     1, 0, JAM2, 6, 72, NULL,
  32.     (UBYTE *) "The Program is PD, do with it", &IText_3_6
  33. };
  34.  
  35. struct IntuiText IText_3_4 = {
  36.     1, 0, JAM2, 64, 57, NULL,
  37.     (UBYTE *) " 4790 Paderborn (Germany)", &IText_3_5
  38. };
  39.  
  40. struct IntuiText IText_3_3 = {
  41.     1, 0, JAM2, 64, 47, NULL,
  42.     (UBYTE *) " Löher Str. 2,", &IText_3_4
  43. };
  44.  
  45. struct IntuiText IText_3_2 = {
  46.     1, 0, JAM2, 8, 37, NULL,
  47.     (UBYTE *) "Author: Michael Böhnisch,", &IText_3_3
  48. };
  49.  
  50. struct TextAttr TOPAZ60 = {
  51.     (STRPTR) "topaz.font", TOPAZ_SIXTY, 0, 0
  52. };
  53. struct IntuiText IText_3_1 = {
  54.     1, 0, JAM2, 23, 20, &TOPAZ60,
  55.     (UBYTE *) "Apfelkiste Version " APFEL_VERSION, &IText_3_2
  56. };
  57.  
  58. #define IntuiTextList2 IText_3_1
  59.  
  60. struct NewWindow NW3 = {
  61.     22, 17, 268, 163, 0, 1, CLOSEWINDOW,
  62.     WINDOWCLOSE + ACTIVATE + NOCAREREFRESH, NULL, NULL, 
  63.     (UBYTE *) "Close window to continue", NULL, NULL,
  64.     5, 5, -1, -1, CUSTOMSCREEN
  65. };
  66.